ComponentOne ASP.NET MVC Controls
Bind(String,IEnumerable<T>) Method

C1.Web.Mvc.Fluent Namespace > ChartSeriesBaseBuilder<T,TControl,TBuilder> Class > Bind Method : Bind(String,IEnumerable<T>) Method
Sets the name of the x data field.
The data source
Bind data with specified x data field name and a data source.
Syntax
'Declaration
 
Public Overloads Function Bind( _
   ByVal xDataFieldName As String, _
   ByVal sourceCollection As IEnumerable(Of T) _
) As TBuilder

Parameters

xDataFieldName
Sets the name of the x data field.
sourceCollection
The data source
See Also

Reference

ChartSeriesBaseBuilder<T,TControl,TBuilder> Class
ChartSeriesBaseBuilder<T,TControl,TBuilder> Members
Overload List